Xceed DataGrid for Silverlight Documentation
SelectionRange.NotificationDictionary<TKey,TValue> Class Members
Properties  Methods  Events


The following tables list the members exposed by SelectionRange.NotificationDictionary<TKey,TValue>.

Public Constructors
 NameDescription
Public ConstructorSelectionRange.NotificationDictionary<TKey,TValue> ConstructorInitializes a new instance of the NotificationDictionary class.  
Top
Public Properties
 NameDescription
Public PropertyCountGets the number of key/value pairs contained in the dictionary.  
Public PropertyIsReadOnlyGets a value indicating whether the dictionary is read-only.  
Public PropertyItemGets or sets the value associated with the specified key.  
Public PropertyKeysGets a collection containing the keys in the dictionary.  
Public PropertyValuesGets a collection containing the values in the dictionary.  
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds the specified key and value to the dictionary.  
Public MethodClearRemoves all keys and values from the dictionary.  
Public MethodContainsDetermines whether the dictionary contains the specified key and value.  
Public MethodContainsKeyDetermines whether the dictionary contains the specified key.  
Public MethodCopyTo  
Public MethodGetEnumeratorReturns an enumerator that iterates through the dictionary.  
Public MethodRemoveOverloaded. .  
Public MethodTryGetValueGets the value associated with the specified key.  
Top
Protected Methods
 NameDescription
Protected MethodOnDictionaryChangedRaises the DictionaryChanged event.  
Protected MethodOnDictionaryChangingRaises the DictionaryChanging event.  
Top
Public Events
 NameDescription
Public EventDictionaryChangedRaised when the dictionary has changed.  
Public EventDictionaryChangingRaised when the dictionary is about to change.  
Top
See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
Xceed.Silverlight.DataGrid Namespace

Send Feedback